home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / tutor05.db < prev    next >
Encoding:
Text File  |  2002-09-25  |  1.4 KB  |  45 lines

  1. @@title WikiWriter Tutorial: Add headings and text
  2.  
  3. .nav WikiWriter Tutorial: ((tutor04|Prev))| ((tutor00|Up)) | ((tutor06|Next))
  4.  
  5. .end
  6.  
  7. == Add headings and text
  8.  
  9.  
  10.  
  11. Add links in [[b WikiWriter]] by using double-parentheses around the page name, with a vertical bar and a description if you want to get fancy. To add structure and shape, you tell [[b WikiWriter]] what you want by putting a special code, a "token", at the beginning of a paragraph.
  12.  
  13.  
  14.  
  15. # Headings are marked with equal sign tokens:
  16.  
  17. <pre>
  18.  
  19.     = Heading One
  20.  
  21.     == Heading Two
  22.  
  23.     === Heading Three
  24.  
  25.     ==== Heading Four
  26.  
  27.     ===== Heading Five
  28.  
  29.     ====== Heading Six
  30.  
  31. </pre>
  32.  
  33. produces:
  34.  
  35.     = Heading One
  36.  
  37.     == Heading Two
  38.  
  39.     === Heading Three
  40.  
  41.     ==== Heading Four
  42.  
  43.     ===== Heading Five
  44.  
  45.     ====== Heading Six
  46.  
  47.  
  48.  
  49.  
  50.  
  51. # Still working on [[b Second Page]], create a level two heading by inserting two equal signs and a space at the beginning of the first line:
  52.  
  53. <pre>
  54.  
  55.     == My second page.
  56.  
  57. </pre>
  58.  
  59.  
  60.  
  61. # Now your page looks like this:
  62.  
  63. .result
  64.  
  65. == My second page.
  66.  
  67. Link back to ((Home)).
  68.  
  69. This link goes to the ((Third Page|next)) page.
  70.  
  71. .end
  72.  
  73.  
  74.  
  75. # Experiment with heading levels by changing your heading to level 3, or 4, and checking the look with the [[b Show Preview]] button.
  76.  
  77.  
  78.  
  79. # Finish up by making the heading a level 2, so your page looks like the example above.
  80.  
  81. /#
  82.  
  83. .nav WikiWriter Tutorial: ((tutor04|Prev))| ((tutor00|Up)) | ((tutor06|Next))
  84.  
  85. .end
  86.  
  87.  
  88.